home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows2 / ha.zip / HA.TXT < prev    next >
Text File  |  1991-12-29  |  1KB  |  33 lines

  1. Heap Alert 1.0 is (yet another) Windows 3.0 snooper.  It informs
  2. you about GDI objects in use.  I wrote HA as a debugging tool;
  3. my app was using up system resources every time I ran it,
  4. and I had no clue what was not being freed.
  5.  
  6. You'll need vbrun100.dll (available on CICA), as HA is written
  7. in Visual Basic.
  8.  
  9. HA tells you about USER, GDI, fonts, bitmaps, DCs, pens,
  10. brushes, regions, metafiles, and palettes.
  11.  
  12. You can tell it to automatically update every four seconds
  13. or update only when you press "sample".
  14.  
  15. Saved me hours; hope it does the same for you.
  16.  
  17. I ran HA, then started/killed each of these apps to see what
  18. they left behind.  Very interesting (scary):
  19.  
  20.   Object Vision 1.0:      3 pens
  21.   Micrographix Draw 3.02: 1 brush
  22.   PowerPoint:             4 bitmaps, 2 DCs, 3 brushes
  23.   QuickC/Win:             1 palette
  24.   CorelDraw 2.0:          1 bitmap
  25.   ToolBook 1.5:           1 region
  26.   WordPerfect/Win:        2 bitmaps
  27.  
  28. Excel 3.0 and Word for Windows 1.1 were OK.  If you try
  29. any other apps, send me mail to let me know how they fared!
  30.  
  31. David Lee
  32. dlee@inference.com
  33.